<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">


<title>RISC OS Gebruikersgroep :: BBCode overzicht</title>
<!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
<style type="text/css">
<!--
/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/subSilver/formIE.css");

/* Begin Simple Subforums MOD */
a.topic-new, a.topic-new:visited { color: #DD6900; }
a.topic-new:hover, a.topic-new:active { color: #006699; }
/* End Simple Subforums MOD */


-->
</style>
<script language="Javascript" type="text/javascript">
<!--
	if ( 0 )
	{
		window.open('privmsg.php?mode=newpm', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">

<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center">
	<tr>
		<td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td><a href="index.php"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="RISC OS Gebruikersgroep forum index" vspace="1" /></a></td>
				<td align="center" width="100%" valign="middle"><span class="maintitle">RISC OS Gebruikersgroep</span><br /><span class="gen">Ontmoetingsplaats voor leden van de RISCOS GG<br />&nbsp; </span>
				<table cellspacing="0" cellpadding="2" border="0">
					<tr>
						<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>&nbsp; &nbsp;<a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Zoeken" hspace="3" />Zoeken</a>&nbsp; &nbsp;<a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Gebruikerslijst" hspace="3" />Gebruikerslijst</a>&nbsp; &nbsp;<a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Gebruikersgroepen" hspace="3" />Gebruikersgroepen</a>&nbsp;
						</span></td>
					</tr>
					<tr>
						<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profiel" hspace="3" />Profiel</a>&nbsp; &nbsp;<a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Je hebt geen nieuwe berichten" hspace="3" />Je hebt geen nieuwe berichten</a>&nbsp; &nbsp;<a href="login.php?logout=true&amp;sid=f247e2e5358cf31ced8ec27bc3633892" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Uitloggen [ fjg ]" hspace="3" />Uitloggen [ fjg ]</a>&nbsp;</span></td>
					</tr>
				</table></td>
			</tr>
		</table>

		<br />


<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
	<tr>
		<td align="left" class="nav"><a href="index.php" class="nav">RISC OS Gebruikersgroep forum index</a></td>
	</tr>
</table>

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<th class="thHead">BBCode overzicht</th>
	</tr>
	<tr>
		<td class="row1">
			<span class="gen"><b>Introductie</b></span><br />
			<span class="gen"><a href="#0" class="postlink">Wat is BBCode?</a></span><br />
			<br />
			<span class="gen"><b>Tekst opmaak</b></span><br />
			<span class="gen"><a href="#1" class="postlink">Hoe vet, italic en onderlijnde tekst maken</a></span><br />
			<span class="gen"><a href="#2" class="postlink">Hoe tekstkleur of grootte aanpassen</a></span><br />
			<span class="gen"><a href="#3" class="postlink">Kan ik verschillende tags samen gebruiken?</a></span><br />
			<br />
			<span class="gen"><b>Quoting (aanhaling) en vaste-afmeting tekst</b></span><br />
			<span class="gen"><a href="#4" class="postlink">Tekst aanhalen in antwoorden</a></span><br />
			<span class="gen"><a href="#5" class="postlink">Code voor vaste-afmeting data</a></span><br />
			<br />
			<span class="gen"><b>Lijsten maken</b></span><br />
			<span class="gen"><a href="#6" class="postlink">Een niet geordende lijst maken</a></span><br />
			<span class="gen"><a href="#7" class="postlink">Een geordende lijst maken</a></span><br />
			<br />
			<span class="gen"><b>Links aanmaken</b></span><br />
			<span class="gen"><a href="#8" class="postlink">Link naar een andere site</a></span><br />
			<br />
			<span class="gen"><b>Afbeeldingen tonen in berichten</b></span><br />
			<span class="gen"><a href="#9" class="postlink">Een afbeelding toevoegen aan een bericht</a></span><br />
			<br />
			<span class="gen"><b>Andere</b></span><br />
			<span class="gen"><a href="#10" class="postlink">Kan ik mijn eigen tags toevoegen?</a></span><br />
			<br />
		</td>
	</tr>
	<tr>
		<td class="catBottom" height="28">&nbsp;</td>
	</tr>
</table>

<br clear="all" />

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Introductie</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="0"></a><b>Wat is BBCode?</b></span><br /><span class="postbody">BBCode is een speciale bewerking van HTML. Of je al dan niet BBCode in je berichten op het forum kan gebruiken is bepaald door de beheerder. Je kan BBCode al dan niet aanzetten in een nieuw postformulier. BBCode is gelijk aan HTML, maar tags zijn ingesloten in rechte haken [ en ] ipv &lt; en &gt; en het geeft meer controle over wat gebruikt is. Alles hangt af van de template die je gebruikt waar je BBCode in je bericht kan gebruiken via een klikbare interface boven het berichtvak op je postformulier. Zelfs daarmee is deze gids nog bruikbaar.<br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Tekst opmaak</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="1"></a><b>Hoe vet, italic en onderlijnde tekst maken</b></span><br /><span class="postbody">BBCode heeft ook tags die je toelaten om snel de basisopmaak van je tekst aan te passen. Dit kan op de volgende manier: <ul><li>Om een deel van de tekst in het vet te tonen plaats je die tussen <b>[b][/b]</b>, bijvoorbeeld: <br /><br /><b>[b]</b>Hallo<b>[/b]</b><br /><br />wordt dan <b>Hallo</b></li><li>Voor onderlijning gebruik je <b>[u][/u]</b>, bijvoorbeeld:<br /><br /><b>[u]</b>Goede morgen<b>[/u]</b><br /><br />wordt <u>Goede morgen</u></li><li>Voor italic tekst (schuin) gebruik je <b>[i][/i]</b>, bijvoorbeeld:<br /><br />Dit is <b>[i]</b>Geweldig!<b>[/i]</b><br /><br />wordt: <i>Geweldig!</i></li></ul><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<tr>
		<td class="row2" align="left" valign="top"><span class="postbody"><a name="2"></a><b>Hoe tekstkleur of grootte aanpassen</b></span><br /><span class="postbody">Om de grootte en kleur van een tekst te wijzigen gebruik je volgende tags. Vergeet niet dat de lezer van uw bericht niet hetzelfde browser of systeem heeft en er dus zichbare verschillen kunnen zijn: <ul><li>Tekst kleuren kan je doen door de tekst tussen volgende tags te plaatsen <b>[color=][/color]</b>. Je kan een bepaalde kleur gebruiken (bijvoorbeeld. red, blue, yellow, enz.) of de hexigonale code, bvb. #FFFFFF, #000000. Bijvoorbeeld, om een tekst rood te maken gebruik je:<br /><br /><b>[color=red]</b>Hallo!<b>[/color]</b><br /><br />of<br /><br /><b>[color=#FF0000]</b>Hallo!<b>[/color]</b><br /><br />geeft beide als resultaat <span style="color:red">Hallo!</span></li><li>De grootte van een tekst aanpassen gebeurt ongeveer op dezelfde manier <b>[size=][/size]</b>. Deze tag kan verschillen volgens de template die je gebruikt maar het aanbevolen formaat is een numerieke waarde die de tekstgroote weergeeft in pixels, beginnend bij 1 (zo klein dat je het zelfs niet ziet) tot 29 (zeer groot). Bijvoorbeeld:<br /><br /><b>[size=9]</b>KLEIN<b>[/size]</b><br /><br />wordt <span style="font-size:9px">KLEIN</span><br /><br />en:<br /><br /><b>[size=24]</b>GROOT!<b>[/size]</b><br /><br />wordt <span style="font-size:24px">GROOT!</span></li></ul><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="3"></a><b>Kan ik verschillende tags samen gebruiken?</b></span><br /><span class="postbody">Natuurlijk kan dat, bijvoorbeeld om iemands aandacht te trekken kan je schrijven:<br /><br /><b>[size=18][color=red][b]</b>ZIE JE ME!<b>[/b][/color][/size]</b><br /><br />dit geeft als resultaat <span style="color:red;font-size:18px"><b>ZIE JE ME!</b></span><br /><br />We raden je aan deze tekstwijze niet dikwijls te gebruiken! Vergeet niet dat je het bericht nakijkt dat alle tags gesloten zijn, en in de goede volgorde. Bijvoorbeeld het volgende is niet juist:<br /><br /><b>[b][u]</b>Dit is verkeerd<b>[/b][/u]</b><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Quoting (aanhaling) en vaste-afmeting tekst</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="4"></a><b>Tekst aanhalen in antwoorden</b></span><br /><span class="postbody">Er zijn twee manieren om een tekst aan te halen, met of zonder een referentie.<ul><li>Waneer je de quote (aanhaling) functie gebruikt om op een bericht te antwoorden zal je zien dat de tekst van het bericht is toegevoegd in het venster van nieuw bericht in een <b>[quote=""][/quote]</b> blok. Deze methode laat je toe een aanhaling te maken naar een persoon of wat anders! Om bijvoorbeeld een stuk tekst van Mr. Blobby aan te halen:<br /><br /><b>[quote="Mr. Blobby"]</b>Hier komt Mr. Blobby zijn tekst<b>[/quote]</b><br /><br />Het resultaat plaatst automatisch wat Mr. Blobby schreef erbij: voor uw tekst. Onthou dat je "" tekens <b>moet</b> plaatsen rond de naam die je aanhaald!</li><li>De tweede methode laat je toe om blindelings iets aan te halen. Dit kan door de tekst tussen <b>[quote][/quote]</b> tags te plaatsen. Waneer je de tekst bekijkt zie je, Quote: voor de tekst zelf.</li></ul><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<tr>
		<td class="row2" align="left" valign="top"><span class="postbody"><a name="5"></a><b>Code voor vaste-afmeting data</b></span><br /><span class="postbody">Als je voor een deel van een code of andere teksten vaste-afmeting nodig hebt, bijvoorbeeld het Courier font moet je de tekst tussen <b>[code][/code]</b> tags plaatsen, bijvoorbeeld<br /><br /><b>[code]</b>echo "Dit is een code";<b>[/code]</b><br /><br />Alle gebruikte formaten binnen de <b>[code][/code]</b> tags zijn onthouden wanneer je de tekst later bekijkt.<br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Lijsten maken</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="6"></a><b>Een niet geordende lijst maken</b></span><br /><span class="postbody">BBCode ondersteund twee soorten lijsten, ongeordend en geordend. Deze zijn hoofdzakelijk dezelfde als hun HTML equivalenten. Een ongeordende lijst plaatst elk item in uw lijst het een na het andere met een bolletje. Om een niet geordende lijst te maken gebruik je <b>[list][/list]</b> en om elk item aan te duiden <b>[*]</b>. Om bijvoorbeeld je favorite kleuren aan te duiden gebruik je:<br /><br /><b>[list]</b><br /><b>[*]</b>Rood<br /><b>[*]</b>Blauw<br /><b>[*]</b>Geel<br /><b>[/list]</b><br /><br />Dit maakt volgende lijst:<ul><li>Rood</li><li>Blauw</li><li>Geel</li></ul><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<tr>
		<td class="row2" align="left" valign="top"><span class="postbody"><a name="7"></a><b>Een geordende lijst maken</b></span><br /><span class="postbody">De tweede soort lijst, een geordende lijst geeft je controle over wat er staat voor elk item. Om een geordende lijst te maken gebruik je: <b>[list=1][/list]</b> om een genummerde lijst te maken en <b>[list=a][/list]</b> voor een alfabetische. Zoals met een niet geordende lijst duid je de items aan met <b>[*]</b>. Bijvoorbeeld:<br /><br /><b>[list=1]</b><br /><b>[*]</b>Ga naar de winkel<br /><b>[*]</b>Koop een nieuwe computer<br /><b>[*]</b>Misschien ook een printer<br /><b>[/list]</b><br /><br />maakt het volgende:<ol type="1"><li>Ga naar de winkel</li><li>Koop een nieuwe computer</li><li>Misschien ook een printer</li></ol>Voor een alfabetische lijst gebruik je:<br /><br /><b>[list=a]</b><br /><b>[*]</b>Het eerste antwoord<br /><b>[*]</b>Het tweede antwoord<br /><b>[*]</b>Het derde antwoord<br /><b>[/list]</b><br /><br />wordt<ol type="a"><li>Het eerste antwoord</li><li>Het tweede antwoord</li><li>Het derde antwoord</li></ol><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Links aanmaken</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="8"></a><b>Link naar een andere site</b></span><br /><span class="postbody">BBCode ondersteunt een aantal manieren om URIs, (Uniform Resource Indicators) te maken beter bekend als URLs.<ul><li>De eerste die je kan gebruiken is de <b>[url=][/url]</b> tag, wat je ook typt na het = teken zal zich voordoen als een URL. Als voorbeeld een link naar phpBB.com, kan je dit gebruiken:<br /><br /><b>[url=http://www.phpbb.com/]</b>Bezoek phpBB!<b>[/url]</b><br /><br />Dit maakt de volgende link: <a href="http://www.phpbb.com/" target="_blank">Bezoek phpBB!</a> Je zal zien dat deze link een nieuw venster opent zodat de gebruiker in het forum kan blijven als hij wenst.</li><li>Als je wil dat de URL zichzelf toont als link kan je dit doen door volgende tag:<br /><br /><b>[url]</b>http://www.phpbb.com/<b>[/url]</b><br /><br />Dit maakt volgende link, <a href="http://www.phpbb.com/" target="_blank">http://www.phpbb.com/</a></li><li>Nu heeft phpBB ook iets genaamd <i>Magische Links</i>, dit maakt van elke juiste URL een link zonder dat je een tag moet plaatsen of het begin http://. Als je bijvoorbeeld www.phpbb.com in een bericht typt krijg je automatisch <a href="http://www.phpbb.com/" target="_blank">www.phpbb.com</a> als je je bericht bekijkt.</li><li>Hetzelfde geld ook voor een e-mailadres, je kan ofwel een e-mailadres specificeren:<br /><br /><b>[email]</b>nie.mand@domein.adr<b>[/email]</b><br /><br />wat het volgende weergeeft: <a href="emailto:nie.mand@domein.adr">nie.mand@domein.adr</a> of je kan gewoon nie.mand@domein.adr in je bericht typen en het wordt onmiddelijk naar een e-maillink gebracht wnneer je het bericht bekijkt.</li></ul>Zoals met alle BBCode tags kan je allerlei tags gebruike voor een URL zoals <b>[img][/img]</b> (zie volgend onderwerp), <b>[b][/b]</b>, enz. Het is aan jullie erop te letten dat je de juiste open of gesloten tag gebruikt, bijvoorbeeld:<br /><br /><b>[url=http://www.phpbb.com/][img]</b>http://www.phpbb.com/images/phplogo.gif<b>[/url][/img]</b><br /><br />is <u>niet</u> juist wat kan leiden tot het wissen van uw bericht, dus opgepast.<br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Afbeeldingen tonen in berichten</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="9"></a><b>Een afbeelding toevoegen aan een bericht</b></span><br /><span class="postbody">BBCode bevat een tag om afbeeldingen te plaatsen in je bericht. Twee belangrijke zaken te onthouden bij het gebruik van deze tag zijn; vele gebruikers hebben niet graag teveel afbeeldingen in berichten en tevens moet de afbeelding die je wil tonen beschikbaar zijn op het Internet (niet enkel op je computer bijvoorbeeld, of je hebt een eigen webserver!). Momenteel is er geen mogelijkheid om afbeeldingen op te slaan met phpBB (al deze zaken zijn misschien beschikbaar in de volgende release van phpBB). Om een afbeelding te tonen moet je de URL tussen <b>[img][/img]</b> tags plaatsen. Bijvoorbeeld:<br /><br /><b>[img]</b>http://www.phpbb.com/images/phplogo.gif<b>[/img]</b><br /><br />Zoals in de bovenstaande URL beschrijving kan je een afbeelding in <b>[url][/url]</b> tags plaatsen om een link te maken, bijvoorbeeld<br /><br /><b>[url=http://www.phpbb.com/][img]</b>http://www.phpbb.com/images/phplogo.gif<b>[/img][/url]</b><br /><br />maakt:<br /><br /><a href="http://www.phpbb.com/" target="_blank"><img src="templates/subSilver/images/logo_phpBB_med.gif" border="0" alt="" /></a><br /><br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
	<tr>
		<td class="catHead" height="28" align="center"><span class="cattitle">Andere</span></td>
	</tr>
	<tr>
		<td class="row1" align="left" valign="top"><span class="postbody"><a name="10"></a><b>Kan ik mijn eigen tags toevoegen?</b></span><br /><span class="postbody">Nee, niet in phpBB 2.0. We plannen om aanpasbare BBCode tags te maken in een volgende versie.<br /><a class="postlink" href="#top">Naar boven</a></span></td>
	</tr>
	<tr>
		<td class="spaceRow" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
</table>

<br clear="all" />

<table width="100%" cellspacing="2" border="0" align="center">
	<tr>
		<td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">Tijden zijn in GMT + 2 uur</span><br /><br />
<form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
	<tr>
		<td nowrap="nowrap"><span class="gensmall">Ga naar:&nbsp;<select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Kies forum</option><option value="-1">&nbsp;</option><option value="-1">RISC OS GG</option><option value="-1">----------------</option><option value="1">HCC  RISC OS Gebruikers Groep</option><option value="6">Uitleg en regels</option><option value="-1">&nbsp;</option><option value="-1">RISC OS hardware</option><option value="-1">----------------</option><option value="2">Acorn Computers (RPC/A7000 e.d)</option><option value="3">Iyonix PC's</option><option value="4">A9Home</option><option value="5">Virtual Acorn</option><option value="7">Omega</option><option value="17">Podules en PCI kaarten</option><option value="-1">&nbsp;</option><option value="-1">RISC OS software</option><option value="-1">----------------</option><option value="18">RISC OS - het 'OS' zelf</option><option value="9">Besprekingen - impressie's</option><option value="14">Software algemeen</option><option value="13">Software en nieuwsbrief downloaden</option><option value="-1">&nbsp;</option><option value="-1">Off Topic of voor de grap</option><option value="-1">----------------</option><option value="11">Onzin gedeelte</option><option value="-1">&nbsp;</option><option value="-1">Werkgroepen binnen de GG</option><option value="-1">----------------</option><option value="12">Programmeren</option><option value="15">DTP workshop</option></select><input type="hidden" name="sid" value="f247e2e5358cf31ced8ec27bc3633892" />&nbsp;<input type="submit" value=" OK " class="liteoption" /></span></td>
	</tr>
</table></form>

</td>
	</tr>
</table>


<div align="center"><span class="copyright"><br /><br />
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the
	Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected.

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> &copy; 2001, 2005 phpBB Group<br /></span></div>
		</td>
	</tr>
</table>

</body>
</html>

